MPCreateNotification

Creates a kernel notification

OSStatus MPCreateNotification (MPNotificationID * notificationID);
notificationID
A pointer to a variable of type MPNotificationID . On return, notificationID points to the newly created kernel notification.

function result
A result code. See Result Codes for a list of possible values.
DESCRIPTION
After creating the kernel notification object, you can add simple notifications by calling the function MPModifyNotification .

VERSION NOTES
Introduced with Multiprocessing Services 2.1.
SEE ALSO
The function MPDeleteNotification
.

© 1999 Apple Computer, Inc. – (Last Updated 17 Nov 99)